home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / BARNET / ARMLINUX / MAIL / 9709 / 000061_owner-linux-arm…r.rutgers.edu _Tue Sep 23 18:43:08 1997.msg < prev    next >
Internet Message Format  |  1997-11-30  |  2KB

  1. Return-Path: <owner-linux-arm-outgoing@vger.rutgers.edu>
  2. Received: from nic.funet.fi (nic.funet.fi [128.214.248.6])
  3.     by odie.barnet.ac.uk (8.8.6/8.8.6) with ESMTP id SAA14957
  4.     for <willy@odie.fluff.org>; Tue, 23 Sep 1997 18:43:07 +0100
  5. Received: from vger.rutgers.edu ([128.6.190.2] EHLO vger.rutgers.edu ident: root [port 58957]) by nic.funet.fi with ESMTP id <10363-30106>; Tue, 23 Sep 1997 20:38:11 +0300
  6. Received: by vger.rutgers.edu id <973129-273>; Tue, 23 Sep 1997 13:24:30 -0400
  7. Received: from hermes.dur.ac.uk ([129.234.4.9] EHLO hermes.dur.ac.uk ident: IDENT-NOT-QUERIED [port 49466]) by vger.rutgers.edu with ESMTP id <973136-269>; Tue, 23 Sep 1997 13:24:14 -0400
  8. Received: from dust0 by hermes.dur.ac.uk id <SAA14131@hermes.dur.ac.uk>
  9.   (8.8.7/ for dur.ac.uk) with SMTP; Tue, 23 Sep 1997 18:26:02 +0100 (BST)
  10. Date:     Tue, 23 Sep 1997 18:25:53 +0100 (BST)
  11. From: Ale Terlevich <A.I.Terlevich@durham.ac.uk>
  12. To: Sergio Monesi <msergio@tin.it>
  13. cc: linux-arm@vger.rutgers.edu
  14. Subject: Re: Missing passwd + more...
  15. In-Reply-To: <a1b831ce47%msergio@msergio.tin.it>
  16. Message-ID: <Pine.SOL.3.91-941213.970923181858.5010A-100000@dust0.dur.ac.uk>
  17. MIME-Version: 1.0
  18. Content-Type: TEXT/PLAIN; charset=US-ASCII
  19. X-Orcpt: rfc822;linux-arm@vger.rutgers.edu
  20. Sender: owner-linux-arm@vger.rutgers.edu
  21. Precedence: bulk
  22. Status: RO
  23.  
  24.  
  25.  
  26. > to care if some RPMs are missing), I feel that some file is still missing,
  27. > for example passwd (I don't know where it should reside, probably in /bin).
  28.  
  29. [ale@garp ~]$ rpm -qf /usr/bin/passwd
  30. npasswd-1.2-6
  31.  
  32. > Having installed most of the C stuff there are some headers missing in
  33. > /usr/include, /usr/include/sys/types.h tries to include a linux/types.h
  34.  
  35.   Ok, Dunno if they're in a rpm package, but I do know how to get them.
  36.  
  37. They come with a kernel, so get a kernel
  38.  
  39. ftp://sunsite.doc.ic.ac.uk//Mirrors/sunsite.unc.edu/pub/Linux/kernel/v2.0/linux-2.0.30.tar.gz
  40.  
  41. then a patch from the arm-linux ftp site.
  42.  
  43.  Unpack the kernel into /usr/src
  44.  
  45. cd /usr/src
  46. tar xvzf linux-2.0.30.tar.gz
  47.  
  48. and patch it...
  49.  
  50. gunzip -c patchfile.gz | patch -p0
  51.  
  52. then cd /usr/src/linux and read the README
  53.  
  54.  You need to create the symbolic links, configure the kernel and do a 
  55. make dep to create all the necessary links in the tree.
  56.  
  57.   You can then delete it all except for the /usr/src/linux/include dir!
  58.  
  59. This is all from memory (albeit fairly recent memory!) to you#ll have to 
  60. change things a bit.
  61.  
  62.   Good luck!
  63.  
  64. Ale.